Extensions

Press shift + S to search API reference.

Interface

DimensionsSetProps

View source

Style props for the dimensions of an element.

heightOptionalResponsiveProp<HeightProperty<Length>>

Specifies the height of an element.

maxHeightOptionalResponsiveProp<MaxHeightProperty<Length>>

Sets the maximum height of an element. It prevents the used value of the height property from becoming larger than the value specified for maxHeight.

maxWidthOptionalResponsiveProp<MaxWidthProperty<Length>>

Sets the maximum width of an element. It prevents the used value of the width property from becoming larger than the value specified by maxWidth.

minHeightOptionalResponsiveProp<MinHeightProperty<Length>>

Sets the minimum height of an element. It prevents the used value of the height property from becoming smaller than the value specified for minHeight.

minWidthOptionalResponsiveProp<MinWidthProperty<Length>>

Sets the minimum width of an element. It prevents the used value of the width property from becoming smaller than the value specified for minWidth.

widthOptionalResponsiveProp<WidthProperty<Length>>

Specifies the width of an element.